const github.com/refraction-networking/utls.extensionSignatureAlgorithmsCert
9 uses
github.com/refraction-networking/utls (current package)
common.go#L127: extensionSignatureAlgorithmsCert uint16 = 50
handshake_messages.go#L232: echOuterExts = append(echOuterExts, extensionSignatureAlgorithmsCert)
handshake_messages.go#L234: exts.AddUint16(extensionSignatureAlgorithmsCert)
handshake_messages.go#L580: case extensionSignatureAlgorithmsCert:
handshake_messages.go#L1320: b.AddUint16(extensionSignatureAlgorithmsCert)
handshake_messages.go#L1385: case extensionSignatureAlgorithmsCert:
u_tls_extensions.go#L64: case extensionSignatureAlgorithmsCert:
u_tls_extensions.go#L542: b[0] = byte(extensionSignatureAlgorithmsCert >> 8)
u_tls_extensions.go#L543: b[1] = byte(extensionSignatureAlgorithmsCert)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |